This forum is closed to new posts and
responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:
RE: Problem with @Left ~Cheryl Breakonyader 21.Nov.03 03:40 PM a Web browser Domino Designer 6.0.2 CF2iSeries
I have used @Implode on List, which has allowed me to get a value into my Computed Text - thanks for the help.
I now have a slightly different issue.
My Computed For Display field is :
@Implode(@Text(@DbColumn("":"";"":"";"News";1));"*")
My Computed Text is then:
Res:=@Left(Links;"*");
Value:=@If(Res!="";"<a href=''>"+Res+"</a><br><br><br>";NULL);
Value
My problem now is, I have a list of values in my CFD field, but i'm not sure how to separate them to add individually to pieces of Computed Text, like the one above. The one above of course only works for the first element, but how do I now get at the rest of the elements of my list?